home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / BORLAND TURBO / SCRIPT.PAK / BLOCK.SPP next >
Encoding:
Text File  |  1997-05-06  |  448 b   |  18 lines

  1. //----------------------------------------------------------------------------
  2. // cScript
  3. // (C) Copyright 1995, 1997 by Borland International, All Rights Reserved
  4. //
  5. // BLOCK.SPP
  6. //    Provides support services for blocking operations.
  7. //
  8. // $Revision:   1.15  $
  9. //
  10. //----------------------------------------------------------------------------
  11.  
  12. import IDE;
  13. import editor;
  14.  
  15. // mark this module as being a library module
  16. library;
  17.  
  18.